home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_8 / PlaceObject2_189_117 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  425 b   |  21 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.black.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root.compteur")
  5.       {
  6.          nextFrame();
  7.       }
  8.       tellTarget("_root.enfant_dialogue")
  9.       {
  10.          setProperty("_root.enfant_dialogue", _Y, "-50");
  11.       }
  12.    }
  13.    else
  14.    {
  15.       tellTarget("_root.enfant_dialogue")
  16.       {
  17.          setProperty("_root.enfant_dialogue", _Y, "1000");
  18.       }
  19.    }
  20. }
  21.